libxl: delete xenlight.pc.in in distclean
authorWei Liu <wei.liu2@citrix.com>
Tue, 20 Jan 2015 12:22:49 +0000 (12:22 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 27 Jan 2015 16:34:05 +0000 (16:34 +0000)
That file is generated by configure. Deleting it in "make clean" leads
to rerun configure. Move it under distclean target.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/Makefile

index 08fe8143574bde8201c0ca508fc2dd983e682350..bb19802443097f746ffe952df5da72ce136e7139 100644 (file)
@@ -282,9 +282,10 @@ clean:
        $(RM) -f _*.h *.o *.so* *.a $(CLIENTS) $(DEPS)
        $(RM) -f _*.c *.pyc _paths.*.tmp _*.api-for-check
        $(RM) -f testidl.c.new testidl.c *.api-ok
-       $(RM) -f xenlight.pc xenlight.pc.in
+       $(RM) -f xenlight.pc
 
 distclean: clean
+       $(RM) -f xenlight.pc.in
 
 realclean: distclean
        $(RM) -f $(AUTOSRCS) $(AUTOINCS)